projects
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
980b509
)
run simple Go test only
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Tue, 2 Dec 2025 18:03:25 +0000
(19:03 +0100)
committer
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Tue, 2 Dec 2025 18:03:25 +0000
(19:03 +0100)
Last-Update: 2023-07-05
Race testing is available on amd64, ppc64le and arm64 only.
Gbp-Pq: Name no_go_race.patch
lib/go/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/go/Makefile.am
b/lib/go/Makefile.am
index 3bfefbc2209282911d3d1531aa56fd7f35fdba9f..2c9c47feeb2c9ad69f4911c98962c333c8635054 100644
(file)
--- a/
lib/go/Makefile.am
+++ b/
lib/go/Makefile.am
@@
-40,7
+40,7
@@
install:
# https://github.com/golang/go/issues/52445 is fixed.
check-local:
$(GO) vet -stdmethods=false github.com/apache/thrift/lib/go/thrift
- $(GO) test
-race
./thrift
+ $(GO) test ./thrift
clean-local:
$(RM) -rf pkg